home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Menu1.dxr / 00002_Main navigation buttons.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  342 b   |  28 lines

  1. global gMasterData, gFlashTime
  2.  
  3. on setUpIsland
  4.   set gFlashTime to the ticks
  5.   audio1xOnly(gMasterData, "03")
  6. end
  7.  
  8. on backToMain
  9.   getIslandPrinting()
  10.   stopSounds()
  11.   cursor(4)
  12.   go(1, "Main")
  13. end
  14.  
  15. on quitButton
  16.   cursor(4)
  17.   go("quit", "Main")
  18. end
  19.  
  20. on notePadButton
  21.   DoNotepad()
  22. end
  23.  
  24. on continueNext
  25.   stopSound2()
  26.   go(the frame + 1)
  27. end
  28.